home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_311_height_field.txt < prev    next >
Text File  |  1994-02-10  |  346b  |  11 lines

  1. // uses image color index as height, extends along X-Z axes
  2. // from <0 0 0> to <1 1 1>
  3. height_field
  4. {
  5.   gif "plasma3.gif" // the file to read (gif/tga/pot)
  6. //  inverse | texture {‚Ķ} | color RGB
  7. //  [smooth] // make smoother surface
  8. //  [water_level N] // truncate/clip below N (0.0 ... 1.0)
  9. // translate VECTOR | rotate VECTOR | scale VECTOR
  10. }
  11.